Skip to content

Commit 5f122d5

Browse files
authored
Consistent style for h1 in article, aside, nav, section
See whatwg/html#7867
1 parent ec687a7 commit 5f122d5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

micro-css-reset.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ body { margin: 0 }
66

77
h1, h2, h3, h4, h5, h6 { font-weight: normal }
88

9+
h1
10+
{
11+
margin-block: 0.67em;
12+
font-size: 2em
13+
}
14+
915
table
1016
{
1117
border-collapse: collapse;

0 commit comments

Comments
 (0)